home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
t
/
00148_Script_148
< prev
next >
Wrap
Text File
|
1999-08-20
|
431b
|
18 lines
on mousedown
put the spritenum of sprite the clickon into x
repeat with n = 60 to 74
puppetsprite n, false
end repeat
repeat with m = 80 to 94
set the visible of sprite m to false
end repeat
puppetsprite x, true
set the blend of sprite x to 30
set z = x - 1
puppetsprite z, true
set the blend of sprite z to 30
set k = x + 19
set the visible of sprite k to true
updatestage
end